Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ZyncMasterFormField(val id: String, val fieldName: String, val fieldType: ZyncFormFieldType, val fieldDescription: String?, val fieldPlaceholder: String?, val isRequired: Boolean, val fieldOptions: List<String>, val dependency: List<ZyncMasterFormFieldDependency>?, val template: ZyncMasterFormFieldValidation, val hideToFe: Boolean, val moduleName: String?, val defaultOption: Boolean, val numberValidation: ZyncMasterFormFieldNumberValidation?, val group: ZyncMasterFormFieldGroup?, val hideField: Boolean, val readOnlyField: Boolean, val metaOptions: ZyncMasterFormFieldMetaOptions?, val checkListViewType: String?, val tagsToPrefill: List<String>?)
Link copied to clipboard
Link copied to clipboard
data class ZyncMasterFormFieldDependency(val isDependent: Boolean?, val dependentOn: String?, val dependentOptions: List<String>?, val operator: ZyncFormOperator? = null, val conditionType: ZyncFormConditionalType? = null, val fieldIn: ZyncFormFieldIn? = null, val groupUid: String? = null, val isLegacyFormField: Boolean = false)
Dependency configuration for conditional fields.
Link copied to clipboard
data class ZyncMasterFormFieldGroup(val groupUid: String, val groupName: String?, val category: ZyncMasterFormFieldCategory?, val associatedTo: List<String>, val orderNo: Int)
Link copied to clipboard
data class ZyncMasterFormFieldMetaOptions(val restrictToCamera: Boolean, val watermarkImage: Boolean, val restrictStatusUpdateMeta: ZyncRestrictStatusUpdateMeta?, val tableDefaultValues: List<List<ZyncMasterTableRow>>?, val columns: List<ZyncMasterTableColumn>?, val watermarkTimestamp: Boolean, val watermarkGeoCords: Boolean, val rowConfig: ZyncMasterRowConfig?, val allowedCategories: List<String>?, val filter: ZyncMasterChecklistFilter?)
Link copied to clipboard
Link copied to clipboard
data class ZyncMasterFormFieldValidation(val index: Int, val validation: ZyncMasterFormFieldValidationType?, val hideToFe: Boolean, val defaultOption: Boolean, val regexPattern: String?, val minValue: Double?, val maxValue: Double?, val moduleName: String?, val hideField: Boolean?, val readOnly: Boolean?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ZyncRestrictStatusUpdateMeta(val isEnabled: Boolean, val restrictedOptions: List<String>, val message: String?)